org.eclipse.vtp.desktop.core.configuration.adrequest
Class AttachedDataBinding

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.configuration.adrequest.GenericBinding
      extended by org.eclipse.vtp.desktop.core.configuration.adrequest.AttachedDataBinding

public class AttachedDataBinding
extends GenericBinding


Field Summary
 
Fields inherited from class org.eclipse.vtp.desktop.core.configuration.adrequest.GenericBinding
NAMESPACE_URI
 
Constructor Summary
AttachedDataBinding(AttachedDataManager manager, java.lang.String name)
           
 
Method Summary
 AttachedDataBindingItem getAttachedDataItem(java.lang.String brand, java.lang.String interactionType, java.lang.String language)
           
 void putAttachedDataItem(java.lang.String brand, java.lang.String interactionType, java.lang.String language, AttachedDataBindingItem item)
           
protected  GenericBindingItem readBindingItem(org.w3c.dom.Element itemConfiguration)
           
protected  void writeBindingItem(GenericBindingItem item, org.w3c.dom.Element itemConfiguration)
           
 
Methods inherited from class org.eclipse.vtp.desktop.core.configuration.adrequest.GenericBinding
getAttachedDataManager, getItem, getName, putItem, readBindingItems, writeBindingItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachedDataBinding

public AttachedDataBinding(AttachedDataManager manager,
                           java.lang.String name)
Method Detail

getAttachedDataItem

public AttachedDataBindingItem getAttachedDataItem(java.lang.String brand,
                                                   java.lang.String interactionType,
                                                   java.lang.String language)

putAttachedDataItem

public void putAttachedDataItem(java.lang.String brand,
                                java.lang.String interactionType,
                                java.lang.String language,
                                AttachedDataBindingItem item)

readBindingItem

protected GenericBindingItem readBindingItem(org.w3c.dom.Element itemConfiguration)
Specified by:
readBindingItem in class GenericBinding

writeBindingItem

protected void writeBindingItem(GenericBindingItem item,
                                org.w3c.dom.Element itemConfiguration)
Specified by:
writeBindingItem in class GenericBinding